home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000104_news@columbia.edu_Mon Aug 7 10:48:18 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03406
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 7 Aug 1995 23:43:56 -0400
  3. Received: by apakabar.cc.columbia.edu id AA16674
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 7 Aug 1995 23:43:55 -0400
  5. Path: news.columbia.edu!news.cs.columbia.edu!pipeline!newsjunkie.ans.net!howland.reston.ans.net!spool.mu.edu!torn!newshost.uwo.ca!taptet.sscl.uwo.ca!creider
  6. From: creider@taptet.sscl.uwo.ca (Chet Creider)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: kermit + Xenix + 14,400 modem problem
  9. Date: 7 Aug 1995 10:48:18 GMT
  10. Organization: University of Western Ontario, London, Ont. Canada
  11. Lines: 38
  12. Distribution: world
  13. Message-Id: <404r1i$8fn@falcon.ccs.uwo.ca>
  14. Nntp-Posting-Host: taptet.sscl.uwo.ca
  15. Cc: 
  16.  
  17. This problem probably requires some knowledge of both kermit and Xenix
  18. to solve: I've used a 2400 baud modem for years with Xenix (now 2.3.4g) to
  19. dial up from home to a Sun in my lab.  As I have to go through an additional
  20. level of logging in to get onto the network my machine is on, I use a script.
  21. I'm trying out a Practical Peripherals 14,400 V.32bis modem now and find that
  22. my script is won't work.  Worse than that, although I can send a single modem
  23. command to the modem from kermit (such as +++ or ATZ), there is no reply "OK".
  24. Despite this, I can use the kermit's dial command to dial the network and
  25. then reach my own machine by hand.  Downloads and uploads work fine.  I've
  26. tried setting the speed to 2400 and 9600 without changing this behaviour.
  27. Strangely, the script works perfectly well under MSDOS (same machine but
  28. using MS-Kermit (3.11) instead of C-Kermit (5A(189)).
  29.  
  30. The only other thing I can think of that might be relevant is that rts/cts
  31. flow control doesn't seem to be available on the C-Kermit.  I did try
  32. the xenix command "stty ctsflow rtsflow", but that didn't help.
  33.  
  34. Here is the .kermrc file:
  35.  
  36. set modem hayes
  37.     set line /dev/tty2A
  38.     ;set speed 2400
  39.     ;set speed 9600
  40.     set file type binary
  41.     ;set file names literal
  42.     ; M0 below turns the speaker off; S0 would set it to low
  43.     set dial init-string ATM0Q0S2=43\{13}
  44.     set send timeout 60
  45.     set receive timeout 60
  46.     ;take getme2.ccs
  47.  
  48. Any suggestions will be much appreciated.  I have the C-Kermit book, but
  49. little expertise in these matters.
  50.  
  51. Many thanks,
  52.  
  53. Chet Creider
  54. <creider@csd.uwo.ca>